TSTP Solution File: NUM754^1 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : NUM754^1 : TPTP v8.1.2. Released v3.7.0.
% Transfm  : NO INFORMATION
% Format   : NO INFORMATION
% Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.GGWQ1NfLtJ true

% Computer : n020.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Thu Aug 31 12:43:56 EDT 2023

% Result   : Theorem 0.20s 0.77s
% Output   : Refutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :   14
% Syntax   : Number of formulae    :   27 (  11 unt;   8 typ;   0 def)
%            Number of atoms       :   37 (   0 equ;   0 cnn)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives :  150 (  16   ~;  13   |;   0   &; 116   @)
%                                         (   0 <=>;   5  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   14 (   7 avg)
%            Number of types       :    2 (   1 usr)
%            Number of type conns  :    6 (   6   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    8 (   7 usr;   5 con; 0-2 aty)
%            Number of variables   :   35 (   0   ^;  35   !;   0   ?;  35   :)

% Comments : 
%------------------------------------------------------------------------------
thf(frac_type,type,
    frac: $tType ).

thf(u_type,type,
    u: frac ).

thf(y_type,type,
    y: frac ).

thf(moref_type,type,
    moref: frac > frac > $o ).

thf(pf_type,type,
    pf: frac > frac > frac ).

thf(eq_type,type,
    eq: frac > frac > $o ).

thf(z_type,type,
    z: frac ).

thf(x_type,type,
    x: frac ).

thf(satz58,axiom,
    ! [Xx: frac,Xy: frac] : ( eq @ ( pf @ Xx @ Xy ) @ ( pf @ Xy @ Xx ) ) ).

thf(zip_derived_cl4,plain,
    ! [X0: frac,X1: frac] : ( eq @ ( pf @ X0 @ X1 ) @ ( pf @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[satz58]) ).

thf(satz62g,axiom,
    ! [Xx: frac,Xy: frac,Xz: frac,Xu: frac] :
      ( ( eq @ Xx @ Xy )
     => ( ( moref @ Xz @ Xu )
       => ( moref @ ( pf @ Xx @ Xz ) @ ( pf @ Xy @ Xu ) ) ) ) ).

thf(zip_derived_cl3,plain,
    ! [X0: frac,X1: frac,X2: frac,X3: frac] :
      ( ~ ( eq @ X0 @ X1 )
      | ( moref @ ( pf @ X0 @ X2 ) @ ( pf @ X1 @ X3 ) )
      | ~ ( moref @ X2 @ X3 ) ),
    inference(cnf,[status(esa)],[satz62g]) ).

thf(zip_derived_cl4_001,plain,
    ! [X0: frac,X1: frac] : ( eq @ ( pf @ X0 @ X1 ) @ ( pf @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[satz58]) ).

thf(satz44,axiom,
    ! [Xx: frac,Xy: frac,Xz: frac,Xu: frac] :
      ( ( moref @ Xx @ Xy )
     => ( ( eq @ Xx @ Xz )
       => ( ( eq @ Xy @ Xu )
         => ( moref @ Xz @ Xu ) ) ) ) ).

thf(zip_derived_cl2,plain,
    ! [X0: frac,X1: frac,X2: frac,X3: frac] :
      ( ~ ( eq @ X0 @ X1 )
      | ~ ( moref @ X0 @ X2 )
      | ~ ( eq @ X2 @ X3 )
      | ( moref @ X1 @ X3 ) ),
    inference(cnf,[status(esa)],[satz44]) ).

thf(zip_derived_cl8,plain,
    ! [X0: frac,X1: frac,X2: frac,X3: frac] :
      ( ( moref @ ( pf @ X1 @ X0 ) @ X2 )
      | ~ ( eq @ X3 @ X2 )
      | ~ ( moref @ ( pf @ X0 @ X1 ) @ X3 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl4,zip_derived_cl2]) ).

thf(zip_derived_cl18,plain,
    ! [X0: frac,X1: frac,X2: frac,X3: frac,X4: frac] :
      ( ~ ( moref @ X2 @ X0 )
      | ~ ( eq @ X3 @ X1 )
      | ~ ( eq @ ( pf @ X1 @ X0 ) @ X4 )
      | ( moref @ ( pf @ X2 @ X3 ) @ X4 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl3,zip_derived_cl8]) ).

thf(zip_derived_cl26,plain,
    ! [X0: frac,X1: frac,X2: frac,X3: frac] :
      ( ( moref @ ( pf @ X3 @ X2 ) @ ( pf @ X1 @ X0 ) )
      | ~ ( eq @ X2 @ X0 )
      | ~ ( moref @ X3 @ X1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl4,zip_derived_cl18]) ).

thf(satz62h,conjecture,
    moref @ ( pf @ z @ x ) @ ( pf @ u @ y ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ( moref @ ( pf @ z @ x ) @ ( pf @ u @ y ) ),
    inference('cnf.neg',[status(esa)],[satz62h]) ).

thf(zip_derived_cl5,plain,
    ~ ( moref @ ( pf @ z @ x ) @ ( pf @ u @ y ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl28,plain,
    ( ~ ( moref @ z @ u )
    | ~ ( eq @ x @ y ) ),
    inference('sup-',[status(thm)],[zip_derived_cl26,zip_derived_cl5]) ).

thf(m,axiom,
    moref @ z @ u ).

thf(zip_derived_cl1,plain,
    moref @ z @ u,
    inference(cnf,[status(esa)],[m]) ).

thf(e,axiom,
    eq @ x @ y ).

thf(zip_derived_cl0,plain,
    eq @ x @ y,
    inference(cnf,[status(esa)],[e]) ).

thf(zip_derived_cl32,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl28,zip_derived_cl1,zip_derived_cl0]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : NUM754^1 : TPTP v8.1.2. Released v3.7.0.
% 0.13/0.14  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.GGWQ1NfLtJ true
% 0.13/0.35  % Computer : n020.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Fri Aug 25 12:16:45 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.13/0.35  % Running portfolio for 300 s
% 0.13/0.35  % File         : /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.13/0.35  % Number of cores: 8
% 0.13/0.35  % Python version: Python 3.6.8
% 0.13/0.36  % Running in HO mode
% 0.20/0.67  % Total configuration time : 828
% 0.20/0.67  % Estimated wc time : 1656
% 0.20/0.67  % Estimated cpu time (8 cpus) : 207.0
% 0.20/0.73  % /export/starexec/sandbox/solver/bin/lams/40_c.s.sh running for 80s
% 0.20/0.76  % /export/starexec/sandbox/solver/bin/lams/15_e_short1.sh running for 30s
% 0.20/0.76  % /export/starexec/sandbox/solver/bin/lams/40_c_ic.sh running for 80s
% 0.20/0.76  % /export/starexec/sandbox/solver/bin/lams/35_full_unif4.sh running for 80s
% 0.20/0.77  % /export/starexec/sandbox/solver/bin/lams/40_noforms.sh running for 90s
% 0.20/0.77  % /export/starexec/sandbox/solver/bin/lams/40_b.comb.sh running for 70s
% 0.20/0.77  % Solved by lams/40_c.s.sh.
% 0.20/0.77  % done 21 iterations in 0.017s
% 0.20/0.77  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 0.20/0.77  % SZS output start Refutation
% See solution above
% 0.20/0.77  
% 0.20/0.77  
% 0.20/0.77  % /export/starexec/sandbox/solver/bin/lams/20_acsne_simpl.sh running for 40s
% 0.20/0.77  % Terminating...
% 1.57/0.87  % Runner terminated.
% 1.57/0.88  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------